CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - back propagation

搜索资源列表

  1. nnImplementationV2

    0下载:
  2. 构造了一个neural network类,实现了bp算法,以及training的方法-neural network. back-propagation algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:661174
    • 提供者:伍生
  1. yichuansuanfadebp

    0下载:
  2. 遗传算法的误差反向传播神经网络,希望大家下载学习。-Genetic algorithm error back propagation neural network, I hope you download the study.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:13275
    • 提供者:汤二
  1. FFbp

    0下载:
  2. Training a 3 layers feed forward neural network using back propagation algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1004
    • 提供者:Golnaz Baghdadi
  1. 3097808055Bp

    0下载:
  2. 人工神经网络上网反向传播方法也就是BP神经网络的实现!可以作为模板重复使用的!-Internet back-propagation artificial neural network approach is the realization of BP neural network! Can be reused as a template!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:251312
    • 提供者:master
  1. back-propagation

    0下载:
  2. simple but incomplete backpropagation
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:572
    • 提供者:Adrian
  1. simpleEDA

    0下载:
  2. neural network use back propagation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:236600
    • 提供者:hacmiu
  1. bpnetwork

    1下载:
  2. 简单的数据前向传播,误差反向传播基于BP神经网络的C实现。-Simple data prior to transmission, the error back-propagation neural network based on BP s C implementation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:3463
    • 提供者:wangzhenjun
  1. CellClassifier_SSN

    0下载:
  2. Cell classifier built on the base of Artificial Neural Network, that is taught by back propagation method. It is capable to classify pictures containing one extracted cell to the one of two specified classes - mitotic or not mitotic. Classifica
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:457924
    • 提供者:Fenomen
  1. ANN-BP

    0下载:
  2. 神经网络 反向传播网络 BP神经网络 基础学习 不错的资料 -BP neural network back-propagation neural network learning good information network infrastructure
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:2068
    • 提供者:尹贺峰
  1. BPTS_NetWork

    0下载:
  2. 一种基于误差反向传播的BP学习算法的模糊神经网络模型,作为非线性映射的有效工具。-A method based on back propagation BP learning algorithm for fuzzy neural network model of nonlinear mapping, as an effective tool.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1590
    • 提供者:关海鸥
  1. ren-gong-zhi-neng

    0下载:
  2. 人工智能里面的几个c程序,蚁群算法、k近邻、hebb学习、hopfield网络、后向传播网络等。-Artificial intelligence inside the c program, ant colony algorithm and k nearest neighbor, hebb study, the Hopfield network, back propagation network.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:11598
    • 提供者:zhangxin
  1. ren-gong-zhi-neng

    0下载:
  2. 用c语言编的几个人工智能程序,包括蚁群算法,k最近邻, hebb学习, Hopfield 网络, 后向传播网络。-Artificial intelligence inside the c program, ant colony algorithm and k nearest neighbor, hebb study, the Hopfield network, back propagation network.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:7845
    • 提供者:zhangxin
  1. backpropagation

    0下载:
  2. THIS A BACK PROPAGATION ALGORITHM IN C FROM VALLURU RAO BOOK
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:9151
    • 提供者:Giri
  1. bp

    0下载:
  2. bP网络,网络的训练算法是反向传播算法,即神经元的链接权重的训练是从最后一层-BP network, network training algorithm is BP back propagation algorithm, i.e., neurons in the link weight training is from the last layer
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1103
    • 提供者:Tom
  1. Text-Categorization-by--Backpropogation-Network.z

    0下载:
  2. this the ppt of text categorization by back propagation-this is the ppt of text categorization by back propagation
  3. 所属分类:Project Design

    • 发布日期:2017-04-02
    • 文件大小:125087
    • 提供者:devu
  1. myBackPropagation

    0下载:
  2. The principle of back propagation is actually quite easy to understand, even though the maths behind it can look rather daunting. The basic steps are: Initialise the network with small random weights. Present an input pattern to the input la
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:49909
    • 提供者:Putra
  1. bp_proj

    0下载:
  2. This is my implementation fo back propagation algorithm for artificial neural network using C-This is my implementation fo back propagation algorithm for artificial neural network using C++
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:2104313
    • 提供者:Putra
  1. MLP1

    0下载:
  2. back propagation with matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:751
    • 提供者:nakisa
  1. BP-quxiannihe

    0下载:
  2. 利用神经网络对数据采集点进行曲线拟合分析误差-in order to match the functions by BP(Back Propagation)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:11779
    • 提供者:吕博瀚
  1. Speech-Emotion-Recognition

    0下载:
  2. 基于主成分分析法和反向传输神经网络的语音情感识别 摘要——语音信号中包含着丰富的情感信息,尤其是语义信息。快乐、愤怒、厌恶、恐惧、悲伤,这五种基本情感是经过一个受认可的框架讨论和公认的,这个框架包括主成分分析法和BP神经网络。通过PCA从43种候选参数中筛选出11种参数作为确定某种特定的情感类别的标准。实验采用两种神经网络模型,One Class One Network 和 All Class One Network,并进行比较。实验结果表明,其可靠性达52 ~62 ,这说明用这种框架来识别
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:354810
    • 提供者:edwin
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 45 »
搜珍网 www.dssz.com